Remove an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Sat, 13 Jun 2015 21:49:06 +0000 (17:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 14 Jun 2015 01:10:25 +0000 (21:10 -0400)
gdk/gdkwindow.c

index 8edaa556594f5de8e360f15a69d914242d94c474..612d796a2f6eb96f361138ead58d11e1c4261758 100644 (file)
@@ -198,8 +198,6 @@ static guint signals[LAST_SIGNAL] = { 0 };
 
 static gpointer parent_class = NULL;
 
-static const cairo_user_data_key_t gdk_window_cairo_key;
-
 G_DEFINE_ABSTRACT_TYPE (GdkWindow, gdk_window, G_TYPE_OBJECT)
 
 #ifdef DEBUG_WINDOW_PRINTING